home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / xtras / media_la / fx_set_2.fxm / 00078_Script_About Button < prev    next >
Text File  |  1998-07-02  |  67b  |  5 lines

  1. on mouseDown
  2.   if buttonHandler() then
  3.     About()
  4.   end if
  5. end